﻿2026-07-29T12:46:16.5002924Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-29T12:46:16.5003317Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-29T12:46:16.5003557Z [36;1m$PIN = "0c95435"[0m
2026-07-29T12:46:16.5003782Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-29T12:46:16.5004030Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-29T12:46:16.5004396Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-29T12:46:16.5004769Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-29T12:46:16.5005297Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-29T12:46:16.5005588Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-29T12:46:16.5005817Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-29T12:46:16.5006101Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-29T12:46:16.5006397Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-29T12:46:16.5006672Z [36;1m}[0m
2026-07-29T12:46:16.5006852Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-29T12:46:16.5007084Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T12:46:16.5011254Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-29T12:46:16.5011573Z env:
2026-07-29T12:46:16.5011863Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30451664318-1-3cfe4165c3624989b28ef343c24998db
2026-07-29T12:46:16.5012321Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30451664318-1-3cfe4165c3624989b28ef343c24998db
2026-07-29T12:46:16.5012757Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30451664318-1-3cfe4165c3624989b28ef343c24998db
2026-07-29T12:46:16.5013086Z ##[endgroup]
2026-07-29T12:46:17.5185288Z    Compiling proc-macro2 v1.0.106
2026-07-29T12:46:17.5185726Z    Compiling quote v1.0.45
2026-07-29T12:46:17.5186020Z    Compiling unicode-ident v1.0.24
2026-07-29T12:46:17.5186286Z    Compiling cfg-if v1.0.4
2026-07-29T12:46:17.5186578Z    Compiling serde_core v1.0.228
2026-07-29T12:46:17.5186837Z    Compiling serde v1.0.228
2026-07-29T12:46:17.5187103Z    Compiling windows-link v0.2.1
2026-07-29T12:46:17.5187381Z    Compiling getrandom v0.3.4
2026-07-29T12:46:17.5187687Z    Compiling portable-atomic v1.13.1
2026-07-29T12:46:17.5188004Z    Compiling typenum v1.20.1
2026-07-29T12:46:17.5188477Z    Compiling version_check v0.9.5
2026-07-29T12:46:17.5188761Z    Compiling pin-project-lite v0.2.17
2026-07-29T12:46:17.5189133Z    Compiling critical-section v1.2.0
2026-07-29T12:46:17.5189818Z    Compiling find-msvc-tools v0.1.9
2026-07-29T12:46:17.5190555Z    Compiling memchr v2.8.1
2026-07-29T12:46:17.5191093Z    Compiling shlex v2.0.1
2026-07-29T12:46:17.7965684Z    Compiling windows-sys v0.61.2
2026-07-29T12:46:17.8264823Z    Compiling subtle v2.6.1
2026-07-29T12:46:17.8265387Z    Compiling smallvec v1.15.1
2026-07-29T12:46:17.8364231Z    Compiling futures-core v0.3.32
2026-07-29T12:46:17.8439478Z    Compiling equivalent v1.0.2
2026-07-29T12:46:18.0035412Z    Compiling bytes v1.11.1
2026-07-29T12:46:18.1077952Z    Compiling itoa v1.0.18
2026-07-29T12:46:18.1479693Z    Compiling semver v1.0.28
2026-07-29T12:46:18.1581028Z    Compiling generic-array v0.14.7
2026-07-29T12:46:18.1874871Z    Compiling stable_deref_trait v1.2.1
2026-07-29T12:46:18.2023219Z    Compiling log v0.4.32
2026-07-29T12:46:18.2604258Z    Compiling futures-sink v0.3.32
2026-07-29T12:46:18.4348672Z    Compiling rand_core v0.10.1
2026-07-29T12:46:18.4413675Z    Compiling rustc_version v0.4.1
2026-07-29T12:46:18.4528048Z    Compiling futures-io v0.3.32
2026-07-29T12:46:18.4666608Z    Compiling slab v0.4.12
2026-07-29T12:46:18.5652170Z    Compiling futures-channel v0.3.32
2026-07-29T12:46:18.6626843Z    Compiling hashbrown v0.17.1
2026-07-29T12:46:18.8394987Z    Compiling futures-task v0.3.32
2026-07-29T12:46:18.9051636Z    Compiling rustversion v1.0.22
2026-07-29T12:46:18.9102736Z    Compiling getrandom v0.2.17
2026-07-29T12:46:18.9190507Z    Compiling getrandom v0.4.2
2026-07-29T12:46:19.3879722Z    Compiling cpufeatures v0.2.17
2026-07-29T12:46:19.6144348Z    Compiling fnv v1.0.7
2026-07-29T12:46:19.6445394Z    Compiling libc v0.2.186
2026-07-29T12:46:19.6885264Z    Compiling cfg_aliases v0.2.1
2026-07-29T12:46:19.6885775Z    Compiling strsim v0.11.1
2026-07-29T12:46:19.7530525Z    Compiling litemap v0.8.2
2026-07-29T12:46:19.7543268Z    Compiling jobserver v0.1.34
2026-07-29T12:46:19.7600697Z    Compiling autocfg v1.5.1
2026-07-29T12:46:19.7850342Z    Compiling writeable v0.6.3
2026-07-29T12:46:19.8130435Z    Compiling fs_extra v1.3.0
2026-07-29T12:46:19.8676465Z    Compiling utf8_iter v1.0.4
2026-07-29T12:46:19.9041189Z    Compiling ident_case v1.0.1
2026-07-29T12:46:20.0746093Z    Compiling cc v1.2.63
2026-07-29T12:46:20.1230368Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T12:46:20.1575666Z    Compiling dunce v1.0.5
2026-07-29T12:46:20.2255363Z    Compiling icu_properties_data v2.2.0
2026-07-29T12:46:20.2259947Z    Compiling percent-encoding v2.3.2
2026-07-29T12:46:20.2743072Z    Compiling indexmap v2.14.0
2026-07-29T12:46:20.3295636Z    Compiling syn v2.0.117
2026-07-29T12:46:20.3520091Z    Compiling crypto-common v0.1.7
2026-07-29T12:46:20.4187393Z    Compiling http v1.4.1
2026-07-29T12:46:20.4297779Z    Compiling cpufeatures v0.3.0
2026-07-29T12:46:20.4691466Z    Compiling aws-lc-rs v1.17.0
2026-07-29T12:46:20.5547807Z    Compiling unicode-segmentation v1.13.3
2026-07-29T12:46:20.5965551Z    Compiling thiserror v2.0.18
2026-07-29T12:46:20.6024198Z    Compiling scopeguard v1.2.0
2026-07-29T12:46:20.7506564Z    Compiling chacha20 v0.10.0
2026-07-29T12:46:20.8490874Z    Compiling form_urlencoded v1.2.2
2026-07-29T12:46:20.8879756Z    Compiling block-buffer v0.10.4
2026-07-29T12:46:21.2247856Z    Compiling cmake v0.1.58
2026-07-29T12:46:21.2466743Z    Compiling winapi v0.3.9
2026-07-29T12:46:21.3333199Z    Compiling untrusted v0.9.0
2026-07-29T12:46:21.4592038Z    Compiling bitflags v2.12.1
2026-07-29T12:46:21.5692383Z    Compiling lock_api v0.4.14
2026-07-29T12:46:21.8796688Z    Compiling num-traits v0.2.19
2026-07-29T12:46:21.9085881Z    Compiling windows-result v0.4.1
2026-07-29T12:46:21.9337300Z    Compiling ring v0.17.14
2026-07-29T12:46:22.3854481Z    Compiling digest v0.10.7
2026-07-29T12:46:22.3854945Z    Compiling windows-strings v0.5.1
2026-07-29T12:46:22.3855536Z    Compiling heck v0.5.0
2026-07-29T12:46:22.5610836Z    Compiling rand v0.10.1
2026-07-29T12:46:22.6487600Z    Compiling rustls v0.23.40
2026-07-29T12:46:22.6488260Z    Compiling convert_case v0.10.0
2026-07-29T12:46:22.7210966Z    Compiling unicode-xid v0.2.6
2026-07-29T12:46:22.7304588Z    Compiling anyhow v1.0.102
2026-07-29T12:46:22.7826321Z    Compiling atomic-waker v1.1.2
2026-07-29T12:46:22.7827143Z    Compiling aws-lc-sys v0.41.0
2026-07-29T12:46:22.8900258Z    Compiling const-oid v0.10.2
2026-07-29T12:46:23.0181871Z    Compiling zerocopy v0.8.50
2026-07-29T12:46:23.0304303Z    Compiling parking_lot_core v0.9.12
2026-07-29T12:46:23.1201475Z    Compiling httparse v1.10.1
2026-07-29T12:46:23.1977601Z    Compiling http-body v1.0.1
2026-07-29T12:46:23.2553888Z    Compiling curve25519-dalek v4.1.3
2026-07-29T12:46:23.3861252Z    Compiling hybrid-array v0.4.12
2026-07-29T12:46:23.5402923Z    Compiling ahash v0.8.12
2026-07-29T12:46:23.7215665Z    Compiling powerfmt v0.2.0
2026-07-29T12:46:23.8830358Z    Compiling fastrand v2.4.1
2026-07-29T12:46:23.8948998Z    Compiling either v1.16.0
2026-07-29T12:46:23.9843911Z    Compiling base64ct v1.8.3
2026-07-29T12:46:24.2328255Z    Compiling deranged v0.5.8
2026-07-29T12:46:24.3214722Z    Compiling uuid v1.23.2
2026-07-29T12:46:24.4666803Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T12:46:24.5004145Z    Compiling synstructure v0.13.2
2026-07-29T12:46:24.6360439Z    Compiling darling_core v0.20.11
2026-07-29T12:46:24.6422221Z    Compiling rand_core v0.6.4
2026-07-29T12:46:24.6811236Z    Compiling base64 v0.22.1
2026-07-29T12:46:24.6811634Z    Compiling tinyvec_macros v0.1.1
2026-07-29T12:46:24.8536132Z    Compiling time-core v0.1.8
2026-07-29T12:46:24.9198661Z    Compiling socket2 v0.6.4
2026-07-29T12:46:25.0664347Z    Compiling mio v1.2.1
2026-07-29T12:46:25.0988817Z    Compiling vcpkg v0.2.15
2026-07-29T12:46:25.1348155Z    Compiling num-conv v0.2.2
2026-07-29T12:46:25.2559162Z    Compiling try-lock v0.2.5
2026-07-29T12:46:25.2595129Z    Compiling tower-service v0.3.3
2026-07-29T12:46:25.4097223Z    Compiling data-encoding v2.11.0
2026-07-29T12:46:25.4115622Z    Compiling pkg-config v0.3.33
2026-07-29T12:46:25.4446009Z    Compiling zmij v1.0.21
2026-07-29T12:46:25.4543475Z    Compiling want v0.3.1
2026-07-29T12:46:25.4777351Z    Compiling tinyvec v1.11.0
2026-07-29T12:46:25.7650747Z    Compiling parking_lot v0.12.5
2026-07-29T12:46:25.7846870Z    Compiling block-buffer v0.12.0
2026-07-29T12:46:25.8013786Z    Compiling crypto-common v0.2.2
2026-07-29T12:46:26.0111027Z    Compiling sha2 v0.10.9
2026-07-29T12:46:26.1410698Z    Compiling vergen-lib v9.1.0
2026-07-29T12:46:26.1678432Z    Compiling inout v0.1.4
2026-07-29T12:46:26.2421069Z    Compiling n0-future v0.3.2
2026-07-29T12:46:26.2421426Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T12:46:26.3921072Z    Compiling parking v2.2.1
2026-07-29T12:46:26.4328188Z    Compiling serde_json v1.0.150
2026-07-29T12:46:26.6038720Z    Compiling httpdate v1.0.3
2026-07-29T12:46:26.6236951Z    Compiling winnow v1.0.3
2026-07-29T12:46:26.6773499Z    Compiling signature v2.2.0
2026-07-29T12:46:26.7611323Z    Compiling crossbeam-utils v0.8.21
2026-07-29T12:46:26.7835791Z    Compiling spin v0.10.0
2026-07-29T12:46:26.8950823Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-29T12:46:26.9453922Z    Compiling cordyceps v0.3.4
2026-07-29T12:46:26.9559909Z    Compiling diatomic-waker v0.2.3
2026-07-29T12:46:27.0016244Z    Compiling ed25519 v2.2.3
2026-07-29T12:46:27.1110006Z    Compiling digest v0.11.3
2026-07-29T12:46:27.1966679Z    Compiling futures-lite v2.6.1
2026-07-29T12:46:27.2628849Z    Compiling cipher v0.4.4
2026-07-29T12:46:27.3302908Z    Compiling futures-buffered v0.2.13
2026-07-29T12:46:27.4726749Z    Compiling vergen v9.1.0
2026-07-29T12:46:27.5057036Z    Compiling vergen-lib v0.1.6
2026-07-29T12:46:27.5057408Z    Compiling serde_derive v1.0.228
2026-07-29T12:46:27.5512476Z    Compiling zeroize_derive v1.4.3
2026-07-29T12:46:27.5610158Z    Compiling zerofrom-derive v0.1.7
2026-07-29T12:46:27.6348916Z    Compiling yoke-derive v0.8.2
2026-07-29T12:46:27.7608795Z    Compiling tokio-macros v2.7.0
2026-07-29T12:46:28.0414543Z    Compiling futures-macro v0.3.32
2026-07-29T12:46:28.0414913Z    Compiling zerovec-derive v0.11.3
2026-07-29T12:46:28.0415490Z    Compiling displaydoc v0.2.6
2026-07-29T12:46:28.0417663Z    Compiling tracing-attributes v0.1.31
2026-07-29T12:46:28.2555535Z    Compiling thiserror-impl v2.0.18
2026-07-29T12:46:28.4442849Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T12:46:28.4954857Z    Compiling zeroize v1.8.2
2026-07-29T12:46:29.0214870Z    Compiling tokio v1.52.3
2026-07-29T12:46:29.0299088Z    Compiling rustls-pki-types v1.14.1
2026-07-29T12:46:29.0664770Z    Compiling darling_macro v0.20.11
2026-07-29T12:46:29.0935161Z    Compiling futures-util v0.3.32
2026-07-29T12:46:29.1275714Z    Compiling derive_more-impl v2.1.1
2026-07-29T12:46:29.1900219Z    Compiling n0-error-macros v0.1.3
2026-07-29T12:46:29.4020872Z    Compiling spez v0.1.2
2026-07-29T12:46:29.5428501Z    Compiling windows-implement v0.60.2
2026-07-29T12:46:29.5428915Z    Compiling zerofrom v0.1.8
2026-07-29T12:46:29.8834164Z    Compiling yoke v0.8.3
2026-07-29T12:46:29.9111126Z    Compiling windows-interface v0.59.3
2026-07-29T12:46:29.9111564Z    Compiling darling v0.20.11
2026-07-29T12:46:30.1926261Z    Compiling derive_builder_core v0.20.2
2026-07-29T12:46:30.2113620Z    Compiling der v0.8.0-rc.10
2026-07-29T12:46:30.2361360Z    Compiling pin-project-internal v1.1.13
2026-07-29T12:46:30.4025771Z    Compiling zerovec v0.11.6
2026-07-29T12:46:30.5016492Z    Compiling zerotrie v0.2.4
2026-07-29T12:46:30.5146823Z    Compiling n0-error v0.1.3
2026-07-29T12:46:30.5963456Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T12:46:30.7295910Z    Compiling universal-hash v0.5.1
2026-07-29T12:46:30.9475836Z    Compiling noq-udp v0.10.0
2026-07-29T12:46:31.2431430Z    Compiling windows-core v0.62.2
2026-07-29T12:46:31.2461810Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T12:46:31.2816745Z    Compiling heapless v0.7.17
2026-07-29T12:46:31.5475578Z    Compiling tinystr v0.8.3
2026-07-29T12:46:31.6906719Z    Compiling potential_utf v0.1.5
2026-07-29T12:46:31.8116875Z    Compiling icu_locale_core v2.2.0
2026-07-29T12:46:31.8155242Z    Compiling derive_builder_macro v0.20.2
2026-07-29T12:46:31.8410799Z    Compiling sync_wrapper v1.0.2
2026-07-29T12:46:31.8568236Z    Compiling byteorder v1.5.0
2026-07-29T12:46:31.9014605Z    Compiling opaque-debug v0.3.1
2026-07-29T12:46:32.0212195Z    Compiling icu_collections v2.2.0
2026-07-29T12:46:32.0508028Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T12:46:32.0692248Z    Compiling allocator-api2 v0.2.21
2026-07-29T12:46:32.1011092Z    Compiling hash32 v0.2.1
2026-07-29T12:46:32.3624541Z    Compiling spki v0.8.0-rc.4
2026-07-29T12:46:32.3772003Z    Compiling pin-project v1.1.13
2026-07-29T12:46:32.4325487Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T12:46:32.4613031Z    Compiling derive_builder v0.20.2
2026-07-29T12:46:32.6580609Z    Compiling polyval v0.6.2
2026-07-29T12:46:32.7269155Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T12:46:32.7600087Z    Compiling ed25519-dalek v2.2.0
2026-07-29T12:46:33.4718621Z    Compiling icu_provider v2.2.0
2026-07-29T12:46:33.5837235Z    Compiling ipnet v2.12.0
2026-07-29T12:46:33.7388874Z    Compiling spin v0.9.8
2026-07-29T12:46:33.7461687Z    Compiling vergen-gitcl v1.0.8
2026-07-29T12:46:33.7692466Z    Compiling windows-threading v0.2.1
2026-07-29T12:46:33.8975793Z    Compiling ryu v1.0.23
2026-07-29T12:46:33.9518118Z    Compiling derive_more v2.1.1
2026-07-29T12:46:33.9953597Z    Compiling futures-executor v0.3.32
2026-07-29T12:46:34.1530257Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T12:46:34.2125152Z    Compiling fallible-iterator v0.3.0
2026-07-29T12:46:34.3943258Z    Compiling once_cell v1.21.4
2026-07-29T12:46:34.3977250Z    Compiling icu_normalizer v2.2.0
2026-07-29T12:46:34.5579286Z    Compiling icu_properties v2.2.0
2026-07-29T12:46:34.5646574Z    Compiling prefix-trie v0.8.4
2026-07-29T12:46:34.5799395Z    Compiling signature v3.0.0
2026-07-29T12:46:34.6809238Z    Compiling tower-layer v0.3.3
2026-07-29T12:46:34.7182656Z    Compiling futures v0.3.32
2026-07-29T12:46:34.8363090Z    Compiling windows-future v0.3.2
2026-07-29T12:46:34.8551506Z    Compiling windows-targets v0.52.6
2026-07-29T12:46:34.9391748Z    Compiling tracing-core v0.1.36
2026-07-29T12:46:35.0720070Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T12:46:35.0787429Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-29T12:46:35.1238721Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T12:46:35.3776758Z    Compiling hashbrown v0.14.5
2026-07-29T12:46:35.4020440Z    Compiling proc-macro-crate v3.5.0
2026-07-29T12:46:35.5635246Z    Compiling ghash v0.5.1
2026-07-29T12:46:35.6480437Z    Compiling tracing v0.1.44
2026-07-29T12:46:35.6644779Z    Compiling windows-numerics v0.3.1
2026-07-29T12:46:35.6892873Z    Compiling tokio-util v0.7.18
2026-07-29T12:46:35.7737716Z    Compiling windows-collections v0.3.2
2026-07-29T12:46:35.7802777Z    Compiling cobs v0.3.0
2026-07-29T12:46:35.8512187Z    Compiling aes v0.8.4
2026-07-29T12:46:35.9721996Z    Compiling idna_adapter v1.2.2
2026-07-29T12:46:35.9904988Z    Compiling ctr v0.9.2
2026-07-29T12:46:36.2574512Z    Compiling postcard-derive v0.2.2
2026-07-29T12:46:36.4512219Z    Compiling hashlink v0.9.1
2026-07-29T12:46:36.4745463Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T12:46:36.4766820Z    Compiling fs2 v0.4.3
2026-07-29T12:46:36.6006218Z    Compiling time v0.3.47
2026-07-29T12:46:37.0034773Z    Compiling http-body-util v0.1.3
2026-07-29T12:46:37.1916801Z    Compiling aead v0.5.2
2026-07-29T12:46:37.2140744Z    Compiling utf8parse v0.2.2
2026-07-29T12:46:37.3252668Z    Compiling widestring v1.2.1
2026-07-29T12:46:37.7894393Z    Compiling idna v1.1.0
2026-07-29T12:46:37.8430031Z    Compiling h2 v0.4.14
2026-07-29T12:46:37.8536449Z    Compiling arrayvec v0.7.6
2026-07-29T12:46:37.9575066Z    Compiling rusqlite v0.32.1
2026-07-29T12:46:37.9575421Z    Compiling ipconfig v0.3.4
2026-07-29T12:46:37.9715682Z    Compiling aes-gcm v0.10.3
2026-07-29T12:46:38.1568575Z    Compiling windows v0.62.2
2026-07-29T12:46:38.1947742Z    Compiling num_enum_derive v0.7.6
2026-07-29T12:46:38.2142778Z    Compiling data-encoding-macro v0.1.20
2026-07-29T12:46:38.2143108Z    Compiling tower v0.5.3
2026-07-29T12:46:38.2886871Z    Compiling url v2.5.8
2026-07-29T12:46:38.3352136Z    Compiling postcard v1.1.3
2026-07-29T12:46:38.4648726Z    Compiling windows-sys v0.59.0
2026-07-29T12:46:38.5942002Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T12:46:38.6140865Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T12:46:38.9822805Z    Compiling crossbeam-channel v0.5.15
2026-07-29T12:46:39.0666563Z    Compiling chrono v0.4.45
2026-07-29T12:46:39.1982098Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T12:46:39.4200853Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-29T12:46:39.4382355Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T12:46:39.5403525Z    Compiling enum-assoc v1.3.0
2026-07-29T12:46:39.8470138Z    Compiling async-trait v0.1.89
2026-07-29T12:46:39.9222578Z    Compiling strum_macros v0.28.0
2026-07-29T12:46:39.9352782Z    Compiling windows-registry v0.6.1
2026-07-29T12:46:40.0381516Z    Compiling blake3 v1.8.5
2026-07-29T12:46:40.4624132Z    Compiling memoffset v0.6.5
2026-07-29T12:46:40.5488908Z    Compiling noq v0.18.0
2026-07-29T12:46:40.6999566Z    Compiling netwatch v0.16.0
2026-07-29T12:46:40.8478324Z    Compiling acto v0.8.2
2026-07-29T12:46:40.9485236Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T12:46:40.9998722Z    Compiling lru-slab v0.1.2
2026-07-29T12:46:41.0096998Z    Compiling foldhash v0.2.0
2026-07-29T12:46:41.1711118Z    Compiling ref-cast v1.0.25
2026-07-29T12:46:41.1711468Z    Compiling identity-hash v0.1.0
2026-07-29T12:46:41.2355507Z    Compiling thiserror v1.0.69
2026-07-29T12:46:41.2785449Z    Compiling xml-rs v0.8.28
2026-07-29T12:46:41.3319882Z    Compiling rustc-hash v2.1.2
2026-07-29T12:46:41.3321205Z    Compiling mac-addr v0.3.0
2026-07-29T12:46:41.3588843Z    Compiling tagptr v0.2.0
2026-07-29T12:46:41.3890527Z    Compiling iroh-relay v0.98.0
2026-07-29T12:46:41.4819268Z    Compiling netdev v0.42.0
2026-07-29T12:46:41.4824733Z    Compiling hashbrown v0.16.1
2026-07-29T12:46:41.6567396Z    Compiling moka v0.12.15
2026-07-29T12:46:41.7091260Z    Compiling iroh-metrics v0.38.3
2026-07-29T12:46:41.9727382Z    Compiling num_enum v0.7.6
2026-07-29T12:46:42.1440790Z    Compiling tower-http v0.6.11
2026-07-29T12:46:42.1829471Z    Compiling xmltree v0.10.3
2026-07-29T12:46:42.4757966Z    Compiling attohttpc v0.30.1
2026-07-29T12:46:42.5707754Z    Compiling iroh-base v0.98.0
2026-07-29T12:46:42.5893986Z    Compiling n0-watcher v0.6.1
2026-07-29T12:46:42.6661728Z    Compiling tokio-stream v0.1.18
2026-07-29T12:46:42.7782950Z    Compiling hyper v1.10.1
2026-07-29T12:46:42.7985752Z    Compiling strum v0.28.0
2026-07-29T12:46:42.9437664Z    Compiling toml_datetime v0.6.11
2026-07-29T12:46:43.1091836Z    Compiling serde_spanned v0.6.9
2026-07-29T12:46:43.3323877Z    Compiling thiserror-impl v1.0.69
2026-07-29T12:46:43.3864821Z    Compiling ref-cast-impl v1.0.25
2026-07-29T12:46:43.4227887Z    Compiling serde_derive_internals v0.29.1
2026-07-29T12:46:43.5766429Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-29T12:46:43.5810884Z    Compiling simple-dns v0.9.3
2026-07-29T12:46:43.6186821Z    Compiling serial-core v0.4.0
2026-07-29T12:46:43.7164755Z    Compiling aho-corasick v1.1.4
2026-07-29T12:46:44.1226140Z    Compiling toml_write v0.1.2
2026-07-29T12:46:44.2847812Z    Compiling simdutf8 v0.1.5
2026-07-29T12:46:44.3420162Z    Compiling sha1_smol v1.0.1
2026-07-29T12:46:44.4735097Z    Compiling smol_str v0.1.24
2026-07-29T12:46:44.6036072Z    Compiling regex-syntax v0.8.10
2026-07-29T12:46:44.6036389Z    Compiling resolv-conf v0.7.6
2026-07-29T12:46:44.8019991Z    Compiling winnow v0.7.15
2026-07-29T12:46:44.8619513Z    Compiling winreg v0.10.1
2026-07-29T12:46:44.9465536Z    Compiling hyper-util v0.1.20
2026-07-29T12:46:45.1027499Z    Compiling constant_time_eq v0.4.2
2026-07-29T12:46:45.1067957Z    Compiling arrayref v0.3.9
2026-07-29T12:46:45.2019528Z    Compiling schemars_derive v1.2.1
2026-07-29T12:46:45.6853542Z    Compiling iroh-dns v0.98.0
2026-07-29T12:46:45.7920442Z    Compiling serial-windows v0.4.0
2026-07-29T12:46:45.8481496Z    Compiling lru v0.16.4
2026-07-29T12:46:46.2034778Z    Compiling webpki-roots v1.0.7
2026-07-29T12:46:46.2628887Z    Compiling seize v0.5.1
2026-07-29T12:46:46.3071389Z    Compiling darling_core v0.23.0
2026-07-29T12:46:46.3452519Z    Compiling hmac v0.12.1
2026-07-29T12:46:46.4165819Z    Compiling serde_bytes v0.11.19
2026-07-29T12:46:46.4619064Z    Compiling iroh v0.98.2
2026-07-29T12:46:46.5837767Z    Compiling anstyle v1.0.14
2026-07-29T12:46:46.8423897Z    Compiling igd-next v0.17.1
2026-07-29T12:46:46.9527518Z    Compiling toml_edit v0.22.27
2026-07-29T12:46:47.0180619Z    Compiling dyn-clone v1.0.20
2026-07-29T12:46:47.0704745Z    Compiling pin-utils v0.1.0
2026-07-29T12:46:47.1496661Z    Compiling regex-automata v0.4.14
2026-07-29T12:46:47.1958632Z    Compiling bitflags v1.3.2
2026-07-29T12:46:47.2463028Z    Compiling once_cell_polyfill v1.70.2
2026-07-29T12:46:47.3163504Z    Compiling lazy_static v1.5.0
2026-07-29T12:46:47.3662024Z    Compiling cmov v0.5.4
2026-07-29T12:46:47.5135963Z    Compiling anstyle-wincon v3.0.11
2026-07-29T12:46:47.5485793Z    Compiling shared_library v0.1.9
2026-07-29T12:46:47.5767537Z    Compiling nix v0.25.1
2026-07-29T12:46:47.5775683Z    Compiling papaya v0.2.4
2026-07-29T12:46:47.6049091Z    Compiling hkdf v0.12.4
2026-07-29T12:46:47.6868629Z    Compiling schemars v1.2.1
2026-07-29T12:46:47.7199642Z    Compiling ctutils v0.4.2
2026-07-29T12:46:47.7306021Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T12:46:48.0266074Z    Compiling serial v0.4.0
2026-07-29T12:46:48.0880343Z    Compiling filedescriptor v0.8.3
2026-07-29T12:46:48.7535390Z    Compiling anstyle-parse v1.0.0
2026-07-29T12:46:48.8055393Z    Compiling backon v1.6.0
2026-07-29T12:46:48.9209127Z    Compiling anstyle-query v1.1.5
2026-07-29T12:46:49.0446697Z    Compiling wmi v0.18.4
2026-07-29T12:46:49.0831370Z    Compiling toml v0.8.23
2026-07-29T12:46:49.1209404Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T12:46:49.2376762Z    Compiling downcast-rs v1.2.1
2026-07-29T12:46:49.2744941Z    Compiling shell-words v1.1.1
2026-07-29T12:46:49.2745841Z    Compiling colorchoice v1.0.5
2026-07-29T12:46:49.3159941Z    Compiling foldhash v0.1.5
2026-07-29T12:46:49.4344122Z    Compiling instability v0.3.12
2026-07-29T12:46:49.4521705Z    Compiling unicode-width v0.2.0
2026-07-29T12:46:49.6052043Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T12:46:49.7073150Z    Compiling paste v1.0.15
2026-07-29T12:46:49.7607209Z    Compiling anstream v1.0.0
2026-07-29T12:46:49.9692942Z    Compiling hashbrown v0.15.5
2026-07-29T12:46:50.3015027Z    Compiling regex v1.12.3
2026-07-29T12:46:50.3150371Z    Compiling vte v0.13.1
2026-07-29T12:46:50.3719788Z    Compiling darling_macro v0.23.0
2026-07-29T12:46:50.4565628Z    Compiling portable-pty v0.8.1
2026-07-29T12:46:50.4905033Z    Compiling spake2 v0.4.0
2026-07-29T12:46:50.7845130Z    Compiling strum_macros v0.26.4
2026-07-29T12:46:50.9165277Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-29T12:46:50.9497301Z    Compiling darling v0.23.0
2026-07-29T12:46:51.0903917Z    Compiling crossterm_winapi v0.9.1
2026-07-29T12:46:51.2702712Z    Compiling portmapper v0.16.0
2026-07-29T12:46:51.2931517Z    Compiling terminal_size v0.4.4
2026-07-29T12:46:51.5082249Z    Compiling itertools v0.13.0
2026-07-29T12:46:51.5573028Z    Compiling sha1 v0.10.6
2026-07-29T12:46:51.5874859Z    Compiling castaway v0.2.4
2026-07-29T12:46:51.7067274Z    Compiling recvmsg v1.0.0
2026-07-29T12:46:51.7864350Z    Compiling unicode-width v0.1.14
2026-07-29T12:46:51.8688534Z    Compiling doctest-file v1.1.1
2026-07-29T12:46:52.1068276Z    Compiling indoc v2.0.7
2026-07-29T12:46:52.2943999Z    Compiling clap_lex v1.1.0
2026-07-29T12:46:52.3721565Z    Compiling static_assertions v1.1.0
2026-07-29T12:46:52.7455239Z    Compiling interprocess v2.4.2
2026-07-29T12:46:52.7813950Z    Compiling compact_str v0.8.2
2026-07-29T12:46:52.8357816Z    Compiling clap_builder v4.6.0
2026-07-29T12:46:53.2426346Z    Compiling crossterm v0.28.1
2026-07-29T12:46:53.3685555Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-29T12:46:53.5398475Z    Compiling lru v0.12.5
2026-07-29T12:46:53.5947681Z    Compiling unicode-truncate v1.1.0
2026-07-29T12:46:53.6161039Z    Compiling strum v0.26.3
2026-07-29T12:46:53.7294780Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-29T12:46:53.8609090Z    Compiling clap_derive v4.6.1
2026-07-29T12:46:53.8876444Z    Compiling error-code v3.3.2
2026-07-29T12:46:53.8876788Z    Compiling cassowary v0.3.0
2026-07-29T12:46:53.9762088Z    Compiling nucleo-matcher v0.3.1
2026-07-29T12:46:54.1603289Z    Compiling clipboard-win v5.4.1
2026-07-29T12:46:54.6187568Z    Compiling qrcode v0.14.1
2026-07-29T12:46:54.8309128Z    Compiling tempfile v3.27.0
2026-07-29T12:46:55.1481483Z    Compiling ratatui v0.29.0
2026-07-29T12:46:56.2580618Z    Compiling clap v4.6.1
2026-07-29T12:47:09.6818656Z    Compiling rustls-webpki v0.103.13
2026-07-29T12:47:13.3205772Z    Compiling tokio-rustls v0.26.4
2026-07-29T12:47:13.3206117Z    Compiling noq-proto v0.17.0
2026-07-29T12:47:13.3206371Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T12:47:13.7915084Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T12:47:13.7915474Z    Compiling hyper-rustls v0.27.9
2026-07-29T12:47:13.7918738Z    Compiling tokio-websockets v0.13.2
2026-07-29T12:47:14.0149516Z    Compiling reqwest v0.13.4
2026-07-29T12:47:15.0822836Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T12:47:34.4072570Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-29T12:47:36.1366609Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-29T12:47:50.4297347Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-29T12:47:59.9151561Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 43s
2026-07-29T12:47:59.9365158Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-4e7b86f0c3b9a150.exe)
2026-07-29T12:48:00.0289300Z 
2026-07-29T12:48:00.0289569Z running 1 test
2026-07-29T12:48:08.5143899Z test new_brain_serves_against_old_broker ... ok
2026-07-29T12:48:08.5144191Z 
2026-07-29T12:48:08.5144434Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.49s
2026-07-29T12:48:08.5145046Z 
